home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
albgene4.dir
/
00037_Script_37
< prev
next >
Wrap
Text File
|
1983-01-30
|
514b
|
15 lines
on suono canale,fileaudio
global qualelingua,qualefile
if the machinetype < 255 then
set diviso to ":"
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to ("invenzioni:invenzio:extraurb:"&chedir&":"&fileaudio&qualelingua&".aif")
else
set diviso to "\"
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to ("."&diviso&chedir&diviso&fileaudio&qualelingua&".aif")
end if
sound playfile canale, qualefile
end